home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Data 2001 April / CD Rom Data Nisan 2001.iso / Internet / data1.cab / Program_Executable_Files / ts2lite.exe / %MAINDIR% / CSSDefs / Safe List.def < prev   
Encoding:
Text File  |  2000-11-30  |  1.8 KB  |  99 lines

  1. '**********************************************************************************
  2. '
  3. '    TopStyle Safe List Style Definition
  4. '    Based on Eric Meyer's "Safe List" on webreview.com at
  5. '    http://webreview.com/wr/pub/guides/style/safegrid.html
  6. '
  7. '**********************************************************************************
  8. '
  9. '    Differences between this style definition and Web Review's Safe List:
  10. '
  11. '    (1) sans-serif is an acceptable generic family (not supported by Mac IE3)
  12. '    (2) "font-size" supports length values (buggy in Mac IE3)
  13. '    (3) "background" supports a color value
  14. '
  15. '**********************************************************************************
  16.  
  17. [definition]
  18. Version=2.0
  19. Revision=0
  20. Author=Nick Bradbury
  21. Icon=safe
  22. NamedColors=0
  23. SystemColors=0
  24. RGBColors=0
  25. @font-face=0
  26.  
  27. [known types]
  28. <units>                = (pt|in|pc|mm|cm|px)
  29. <generic-family>    = (serif|sans\-serif|monospace)
  30. <font-style>        = (normal|italic)
  31.  
  32. [selectors]
  33. Class=Y
  34. ID=Y
  35. Contextual=Y
  36. Child=N
  37. Descendant=N
  38. Sibling=N
  39. Attribute=N
  40. Universal=N
  41.  
  42. [groups]
  43. Color and Background
  44. Font
  45. Text
  46.  
  47. [properties]
  48. background
  49. color
  50. font-family
  51. font-weight
  52. font-size
  53. font
  54. line-height
  55. text-decoration
  56. text-align
  57. text-indent
  58.  
  59. [background]
  60. group=Color and Background
  61. value1=<color>
  62. value2=<url>
  63.  
  64. [color]
  65. group=Color and Background
  66. value1=<color>
  67.  
  68. [font]
  69. group=Font
  70. value1=<font-style>
  71. value2=<font-family>
  72.  
  73. [font-family]
  74. group=Font
  75. value1=((<generic-family>|<family-name>),)*(<generic-family>|<family-name>)
  76.  
  77. [font-size]
  78. group=Font
  79. value1=<percentage>|<length>
  80.  
  81. [font-weight]
  82. group=Font
  83. value1=bold
  84.  
  85. [line-height]
  86. group=Text
  87. value1=normal
  88.  
  89. [text-align]
  90. group=Text
  91. value1=left|right|center
  92.  
  93. [text-decoration]
  94. group=Text
  95. value1=line\-through
  96.  
  97. [text-indent]
  98. group=Text
  99. value1=<percentage>|<length>